xfi:end-equal

xs:boolean=xfi:end-equal( $left as xbrli:dateUnion, $right as xbrli:dateUnion)

Last updated on 30-10-2008 at 09:00:00.

Returns true if two arguments are equal in period end or instant dateTime. Each argument may be either a xs:date or an xs:dateTime (e.g., xbrli:dateUnion). If arguments are mixed (one xs:date and other xs:dateTime) the xs:date is defined as the xs:dateTime of the midnight ending the date (24:00 hours of that date).

XBRL 2.1 Section 4.7.2

OIM Status

Unsupported

Parameters

Name Type Details
left xbrli:dateUnion The first date or dateTime.
right xbrli:dateUnion The second date or dateTime.

Output

Type: xs:boolean

Returns true if the two arguments are equal, considering any argument of xs:date to be at 24:00 hours of that date.

Conformance suite

80218 xfi.end-equal testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 30-10-2008 at 09:00:00
Peter Cowan CoreFiling prc@corefiling.com 21-05-2013 at 17:43:00

Revisions

Name On Details
Herm Fischer 30-10-2008 at 09:00:00 Defined the function